home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 32 / PC Gamer IT CD 32 2-2.iso / drivers / videodrv / cyrrus / CL5480 / WINNT / CIRRUS.INF next >
Windows Setup INFormation  |  1996-12-18  |  3KB  |  130 lines

  1. ;
  2. ; Cirrus.inf
  3. ;
  4. ; Installation inf for the Cirrus Logic series of graphics adapters.
  5. ;
  6.  
  7. [Version]
  8. Signature="$CHICAGO$"
  9. Provider=%cirrus%
  10. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  11. Class=Display
  12.  
  13. [DestinationDirs]
  14. DefaultDestDir       = 11
  15. cirrus.Miniport      = 12       ; drivers
  16. cirrus.Display       = 11       ; system32
  17. cirrus.gamma         = 10    ; windows
  18.  
  19. ;
  20. ; Driver information.
  21. ;
  22.  
  23. [Manufacturer]
  24. %cirrus%      = cirrus.Mfg
  25.  
  26. [cirrus.Mfg]
  27. %Cirrus% CL-GD54xx %Adapter% = cirrus
  28.  
  29. ;
  30. ; General installation section.
  31. ;
  32.  
  33. [cirrus]
  34. CopyFiles=cirrus.Miniport, cirrus.Display, cirrus.gamma
  35.  
  36. ;
  37. ; File sections.
  38. ;
  39.  
  40. [cirrus.Miniport]
  41. cl54xx.sys
  42.  
  43. [cirrus.Display]
  44. cl54xx.dll
  45. timings.dat
  46. monisel.dll
  47. monisel.hlp
  48. monisel.txt
  49.  
  50. [cirrus.gamma]
  51. clgamma.exe
  52. clgamma.hlp
  53. clgamma.txt
  54.  
  55. ;
  56. ; Service Installation.
  57. ;
  58.  
  59. [cirrus.Services]
  60. AddService = cirrus, 0x00000002, cirrus_Service_Inst, cirrus_EventLog_Inst
  61.  
  62. [cirrus_Service_Inst]
  63. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  64. StartType      = 1                  ; SERVICE_SYSTEM_START
  65. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  66. LoadOrderGroup = Video
  67. ServiceBinary  = %12%\cl54xx.sys
  68.  
  69. [cirrus_EventLog_Inst]
  70. AddReg = cirrus_EventLog_AddReg
  71.  
  72. [cirrus_EventLog_AddReg]
  73. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\cl54xx.sys"
  74. HKR,,TypesSupported,0x00010001,7
  75.  
  76. ;
  77. ; Software Installation.
  78. ;
  79.  
  80. [cirrus.SoftwareSettings]
  81. AddReg = cirrus_SoftwareDeviceSettings
  82.  
  83. [cirrus_SoftwareDeviceSettings]
  84. HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, cl54xx
  85. HKR,, VgaCompatible,           %REG_DWORD%, 1
  86. HKCR,"CLSID\{0C5956C0-0B38-11d0-9803-080009BBCEE1}\InProcServer32",,,"Monisel.dll"
  87. HKCR,"CLSID\{0C5956C0-0B38-11d0-9803-080009BBCEE1}\InProcServer32",ThreadingModel,,"Apartment"
  88. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\Monitor Selection CPL Extension",,,"{0C5956C0-0B38-11d0-9803-080009BBCEE1}"
  89. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run",ColorCorrection,,"%10%\Clgamma.exe"
  90. HKCU,"SOFTWARE\Cirrus Logic\Color Correction\Config",AutoRun,,"1"
  91.  
  92. ;
  93. ; Source file information.
  94. ;
  95.  
  96. [SourceDisksNames.x86]
  97. 1 = %DiskId%,,,""
  98.  
  99. [SourceDisksFiles]
  100. cl54xx.dll = 1
  101. cl54xx.sys = 1
  102. timings.dat = 1
  103. monisel.dll = 1
  104. monisel.hlp = 1
  105. monisel.txt = 1
  106. clgamma.exe = 1
  107. clgamma.hlp = 1
  108. clgamma.txt = 1
  109.  
  110. [Strings]
  111.  
  112. ;
  113. ; Non-Localizable Strings.
  114. ;
  115.  
  116. REG_SZ          = 0x00000000
  117. REG_MULTI_SZ    = 0x00010000
  118. REG_EXPAND_SZ   = 0x00020000
  119. REG_BINARY      = 0x00000001
  120. REG_DWORD       = 0x00010001
  121. SERVICEROOT     = System\CurrentControlSet\Services
  122.  
  123. ;
  124. ; Localizable Strings.
  125. ;
  126.  
  127. cirrus          = "Cirrus Logic"
  128. DiskId          = "Cirrus Logic Installation Disk (VIDEO)"
  129. Adapter         = "Graphics Adapter"
  130.